GET api/reports?names[0]={names[0]}&names[1]={names[1]}

Get list of saved reports

Request Information

URI Parameters

NameDescriptionTypeAdditional information
names

List of saved report types

Collection of string

None.

Body Parameters

None.

Response Information

Resource Description

List of matching saved reports

Collection of SavedReport
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

User-specified saved report name

string

Required

Report

Internal report identifier (Used to load the template and report data)

string

Required

MailTo

Mail addresses for scheduled report

string

None.

MailFileFormats

Attachment file formats for scheduled report

string

None.

VisibleToAll

If set to true, all Users for a Customer may view this report

boolean

None.

Parameters

Collection of SavedReportParameter

None.

User

string

None.

UserAccountID

globally unique identifier

None.

Owned

boolean

None.

ScheduledTask

ScheduledTask

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": "f9a62402-a673-4d42-9ca8-d1a28a0e556b",
    "name": "sample string 2",
    "report": "sample string 3",
    "mailTo": "sample string 4",
    "mailFileFormats": "sample string 5",
    "visibleToAll": true,
    "parameters": [
      {
        "$id": "2",
        "key": "sample string 1",
        "value": "sample string 2"
      },
      {
        "$ref": "2"
      }
    ],
    "user": "sample string 7",
    "userAccountID": "603d843d-6720-44e6-8c3e-1096ca54b119",
    "owned": true,
    "scheduledTask": {
      "$id": "3",
      "id": "3b93594a-b638-4275-b7dc-b68f2a85f2bb",
      "accountID": "7d4436d1-03cb-49f9-93cd-2f85310f1da3",
      "data": {
        "$id": "4",
        "sample string 1": {
          "$id": "5"
        },
        "sample string 3": {
          "$id": "6"
        }
      },
      "dataBytes": "QEA=",
      "dataFormat": 1,
      "dataCompression": 1,
      "scheduleType": 0,
      "cronExpression": "sample string 3",
      "cronExpressionDescription": "sample string 4",
      "starts": "2025-06-14T07:36:06.5500106",
      "task": "sample string 5",
      "description": "sample string 6",
      "lastRun": "2025-06-14T07:36:06.5500106",
      "created": "2025-06-14T07:36:06.5500106",
      "registered": true,
      "default": true,
      "account": "sample string 10"
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSavedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies">
  <SavedReport>
    <ID>f9a62402-a673-4d42-9ca8-d1a28a0e556b</ID>
    <MailFileFormats>sample string 5</MailFileFormats>
    <MailTo>sample string 4</MailTo>
    <Name>sample string 2</Name>
    <Owned>true</Owned>
    <Parameters>
      <SavedReportParameter>
        <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
        <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
      </SavedReportParameter>
      <SavedReportParameter>
        <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
        <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
      </SavedReportParameter>
    </Parameters>
    <Report>sample string 3</Report>
    <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks">
      <d3p1:Account>sample string 10</d3p1:Account>
      <d3p1:AccountID>7d4436d1-03cb-49f9-93cd-2f85310f1da3</d3p1:AccountID>
      <d3p1:Created>2025-06-14T07:36:06.5500106+00:00</d3p1:Created>
      <d3p1:CronExpression>sample string 3</d3p1:CronExpression>
      <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription>
      <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
      </d3p1:Data>
      <d3p1:DataBytes>QEA=</d3p1:DataBytes>
      <d3p1:DataCompression>1</d3p1:DataCompression>
      <d3p1:DataFormat>1</d3p1:DataFormat>
      <d3p1:Default>true</d3p1:Default>
      <d3p1:Description>sample string 6</d3p1:Description>
      <d3p1:ID>3b93594a-b638-4275-b7dc-b68f2a85f2bb</d3p1:ID>
      <d3p1:LastRun>2025-06-14T07:36:06.5500106+00:00</d3p1:LastRun>
      <d3p1:Registered>true</d3p1:Registered>
      <d3p1:ScheduleType>Cron</d3p1:ScheduleType>
      <d3p1:Starts>2025-06-14T07:36:06.5500106+00:00</d3p1:Starts>
      <d3p1:Task>sample string 5</d3p1:Task>
      <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
    </ScheduledTask>
    <User>sample string 7</User>
    <UserAccountID>603d843d-6720-44e6-8c3e-1096ca54b119</UserAccountID>
    <VisibleToAll>true</VisibleToAll>
  </SavedReport>
  <SavedReport>
    <ID>f9a62402-a673-4d42-9ca8-d1a28a0e556b</ID>
    <MailFileFormats>sample string 5</MailFileFormats>
    <MailTo>sample string 4</MailTo>
    <Name>sample string 2</Name>
    <Owned>true</Owned>
    <Parameters>
      <SavedReportParameter>
        <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
        <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
      </SavedReportParameter>
      <SavedReportParameter>
        <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
        <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
      </SavedReportParameter>
    </Parameters>
    <Report>sample string 3</Report>
    <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks">
      <d3p1:Account>sample string 10</d3p1:Account>
      <d3p1:AccountID>7d4436d1-03cb-49f9-93cd-2f85310f1da3</d3p1:AccountID>
      <d3p1:Created>2025-06-14T07:36:06.5500106+00:00</d3p1:Created>
      <d3p1:CronExpression>sample string 3</d3p1:CronExpression>
      <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription>
      <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
      </d3p1:Data>
      <d3p1:DataBytes>QEA=</d3p1:DataBytes>
      <d3p1:DataCompression>1</d3p1:DataCompression>
      <d3p1:DataFormat>1</d3p1:DataFormat>
      <d3p1:Default>true</d3p1:Default>
      <d3p1:Description>sample string 6</d3p1:Description>
      <d3p1:ID>3b93594a-b638-4275-b7dc-b68f2a85f2bb</d3p1:ID>
      <d3p1:LastRun>2025-06-14T07:36:06.5500106+00:00</d3p1:LastRun>
      <d3p1:Registered>true</d3p1:Registered>
      <d3p1:ScheduleType>Cron</d3p1:ScheduleType>
      <d3p1:Starts>2025-06-14T07:36:06.5500106+00:00</d3p1:Starts>
      <d3p1:Task>sample string 5</d3p1:Task>
      <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
    </ScheduledTask>
    <User>sample string 7</User>
    <UserAccountID>603d843d-6720-44e6-8c3e-1096ca54b119</UserAccountID>
    <VisibleToAll>true</VisibleToAll>
  </SavedReport>
</ArrayOfSavedReport>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�<�Z@?*�5xl/workbook.xml �(���;�0D�H����@�M��Y�V�G�#r�#�ҥۙ�};�b�k4�>j־q!؆�(�/Ƃ�;n��!J�$�s�`0�@RdYM�4H�������[t� �yC)*5��'�ڵ�C�Ⓦ�^w5�B�7�&�q��TA�(FɹM�1r��ÝU��UQ䜕e}����d��PK�<�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�<�Z�H�F''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R8541d32019c34b07" /></Relationships>PK�<�Z�Jt�^�xl/worksheets/sheet1.xml �(���Ko�0��J��$~�A@Ֆ��j3��&*��mJ���Bc{ʨH��\_�se|��l�7�M��	@)�l�jU�/���\M�{�_M%�Mޚ������(�̲�MiR���[[+ݔ���L���R��r���fB�i�)���T�րc���e�Z����fs,Քu��U��O�\O�5-H�鸃�ro>]'���Q��p�رYϻ͟u���r��?��A�/�u&�N�T��&M}�$M����땭&��&�QT Y�U���2��r��^�OzDӜA
-�9�ZOz=����z�M=���g)��L����^��z�rH(C9C�>���I�`J1�s�#�����׋o�������s�8Bp����� x�P��B�/t�N�w�=�S^0� ������w�>+m9k�Ot�����ݥ�7��=noS8��ڞ�		4$nC�YH�!qtH�C�
����C�!$�!�bH<�D1$�Φf.�S�E��7�3�6�xN�"�g�]�G�����A<�#�����^!��	9GB.GA�H"�I�#� ~$ď$���D?��Gr��E��d�^]��>�z����{���Y�PK�<�Z]~(�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N�(Bu��m���8��ؑ�=�����ĂMW��==i���c�}�F�B!�i��F��vp��s�
l7�=���D�9��⢆>����hz�0~&�;և	SNC�g4'숗B�<,p�d��L�!zkC;o������p�=Qv��Q��S��d����Z
{S�������(U����t)�z}�$)�XU֪�(�*�c��9�|�Ӳ�P[��ں��lP�������PK�<�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�<�Z�.��bBxl/sharedStrings.xml �(����N�0E%��y7MQ�
�X
l�i<m-;����P	�Ae9�h4�r5�E��p%k��1	Pv�q���M��%	��@(�5yEC�ySc�*MMv�GQd��`B5�tf�t֕z�A#0�C����8.��$A�Fik�&$%�����ls~ZE����jO.�G�]㠴���h�_t�.�����تc!|w�
��\��1��b������Y"���ݐ�Y����i��iFs��t�AIYi	1N&���1�]����uvX���׭�t�Ɨ a�:\*�„-J�G��	�>ȯ;��:�ug��3F�i�<ǂ�]�4�gE�|�$������W~wG�4�PK-�<�Z@?*�5xl/workbook.xmlPK-�<�Z����	�[Content_Types].xmlPK-
�<�Z�H�F''V_rels/.relsPK-�<�Z�Jt�^��xl/worksheets/sheet1.xmlPK-�<�Z]~(�Prxl/_rels/workbook.xml.relsPK-�<�ZЃc'2E
�xl/styles.xmlPK-�<�Z�.��bB0	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�<�Z,4�5xl/workbook.xml �(�����0D�&�C�����N\�z�^��6Ж�5��$޼��ξ:Y׷����KWa�X���Ɏ`�NX�Y�ҽ�Bqh,k0�dIr%�5^����ˏX�%@�Ê�L\ѹ�S�����l"���o�.��bQ�0
nX`-ν�p��+UEZd]�^x~�rQ����a�l��/PK�<�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�<�Z���''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R2e94abb335f0474f" /></Relationships>PK�<�Z�Jt�^�xl/worksheets/sheet1.xml �(���Ko�0��J��$~�A@Ֆ��j3��&*��mJ���Bc{ʨH��\_�se|��l�7�M��	@)�l�jU�/���\M�{�_M%�Mޚ������(�̲�MiR���[[+ݔ���L���R��r���fB�i�)���T�րc���e�Z����fs,Քu��U��O�\O�5-H�鸃�ro>]'���Q��p�رYϻ͟u���r��?��A�/�u&�N�T��&M}�$M����땭&��&�QT Y�U���2��r��^�OzDӜA
-�9�ZOz=����z�M=���g)��L����^��z�rH(C9C�>���I�`J1�s�#�����׋o�������s�8Bp����� x�P��B�/t�N�w�=�S^0� ������w�>+m9k�Ot�����ݥ�7��=noS8��ڞ�		4$nC�YH�!qtH�C�
����C�!$�!�bH<�D1$�Φf.�S�E��7�3�6�xN�"�g�]�G�����A<�#�����^!��	9GB.GA�H"�I�#� ~$ď$���D?��Gr��E��d�^]��>�z����{���Y�PK�<�Z�?:��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8qL���ݰa[z��Q;�]�gc���V� �X��j4��'�|���o�H^0��;UQA��\/��]��z��Ly"�a�$��(��4?P��I����r��0ɔ���Y��쑲�lhX2�I���C��
�:M��`���1Z�d/C�I�O)�K��L�캪c��_1n���ZL���w���M�%kM�:��o*ce@��B���iY^��JqS�C�Ԋ׭��ѫ��|PK�<�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�<�Z�.��bBxl/sharedStrings.xml �(����N�0E%��y7MQ�
�X
l�i<m-;����P	�Ae9�h4�r5�E��p%k��1	Pv�q���M��%	��@(�5yEC�ySc�*MMv�GQd��`B5�tf�t֕z�A#0�C����8.��$A�Fik�&$%�����ls~ZE����jO.�G�]㠴���h�_t�.�����تc!|w�
��\��1��b������Y"���ݐ�Y����i��iFs��t�AIYi	1N&���1�]����uvX���׭�t�Ɨ a�:\*�„-J�G��	�>ȯ;��:�ug��3F�i�<ǂ�]�4�gE�|�$������W~wG�4�PK-�<�Z,4�5xl/workbook.xmlPK-�<�Z����	�[Content_Types].xmlPK-
�<�Z���''V_rels/.relsPK-�<�Z�Jt�^��xl/worksheets/sheet1.xmlPK-�<�Z�?:��Prxl/_rels/workbook.xml.relsPK-�<�ZЃc'2E
�xl/styles.xmlPK-�<�Z�.��bB2	xl/sharedStrings.xmlPK��